body, p, h1, h2, h3, h4, h5, span, b, a, button{
  font-family: 'Noto Sans', sans-serif;
}

html body, html body .crmEntityFormView{
  color: #3D3D3D;
}

html[dir="rtl"] body,
html[dir="rtl"] body p,
html[dir="rtl"] body h1,
html[dir="rtl"] body h2,
html[dir="rtl"] body h3,
html[dir="rtl"] body h4,
html[dir="rtl"] body h5,
html[dir="rtl"] body span,
html[dir="rtl"] body b,
html[dir="rtl"] body a,
html[dir="rtl"] body button{
  font-family: 'IBM Plex Sans Arabic', sans-serif;
}   

html[dir="rtl"] .modal-footer{
  justify-content: flex-start;
}

html[dir="rtl"] .instructions{
  text-align: right;
}

.h-captcha{
  padding: 0 25px 20px;
  position: relative;
}

html[dir="rtl"] .h-captcha{
  text-align: right;
}

#recaptcha_check_empty{
  width:50px; 
  height:0; 
  opacity:0; 
  pointer-events:none; 
  position:absolute; 
  bottom: 40px;
  left: 20px;
}

html[dir="rtl"] .iti{
  float: right;
}

html[dir="rtl"] .iti--show-flags input {
  padding-right: 90px !important;
  padding-left: 0px !important;
}

html[dir="ltr"] .iti--show-flags input {
  padding-right: 0px !important;
  padding-left: 90px !important;
}

html[dir="rtl"] .description{
  float: right;
}

html[dir="rtl"] .crmEntityFormView .cell.checkbox-cell div.table-info,
html[dir="rtl"] .crmEntityFormView .cell.picklist-cell span[id*="gender"]{
  float: right;
}

html[dir="rtl"] form .crmEntityFormView .cell .picklist label{
  margin-right: 0;
}

html[dir="rtl"] .actions{
  text-align: right;
}

html[dir="rtl"] #ctl00_ContentContainer_WebFormControl_141997dc67a7ef11a72e00224874b9d7_EntityFormView_captcha_SpamProtectorPanel > p{
  float: right;
}

html[dir="rtl"] .fa,
html[dir="rtl"] .fa-classic,
html[dir="rtl"] .fa-regular,
html[dir="rtl"] .fa-solid,
html[dir="rtl"] .far,
html[dir="rtl"] .fas{
  font-family: 'Font Awesome 5 Free' !important;
}

html[dir="ltr"] .fa,
html[dir="ltr"] .fa-classic,
html[dir="ltr"] .fa-regular,
html[dir="ltr"] .fa-solid,
html[dir="ltr"] .far,
html[dir="ltr"] .fas{
  font-family: 'Font Awesome 6 Free' !important;
}

::placeholder{
  opacity: 0.3 !important;
}

.glyphicon{
  font-family: 'Glyphicons Halflings' !important;
}

form .crmEntityFormView{
  border: none !important;
  padding: 0 15px;
}

.iti--show-flags input{
  padding-left: 84px !important;
}

#ContentContainer_FormPanel .form-readonly,
#ContentContainer_FormPanel .form-readonly .form-control{
  background-color: #F6EFE2 !important;
}

@media screen and (min-width: 991px){
 form .crmEntityFormView{
      border: none !important;
      padding: 0 40px;
  } 
}

.crmEntityFormView div.description.below{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #707070;
}

form .form-control{
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  min-height: 48px;
}

form .crmEntityFormView .cell .field-label{
  font-size: 14px;
  line-height: 16px;
  color: #3D3D3D;
  font-weight: 600;
  background-color: transparent;
}

.table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-accent-bg: transparent;
}

form input[type="checkbox"], 
form input[type="radio"]{
  width: 20px;
  height: 20px;
  accent-color: #8b0024;
}

form .crmEntityFormView .cell .picklist label{
  margin: 0 15px 0 2px;
}

#ICRCSaveButton,
.btn-group .btn-default,
.btn-group .btn-default:hover,
.btn-group .btn-default:active,
.input-group .btn-default,
.input-group .btn-default:hover,
.input-group .btn-default:active,
.modal .btn-default,
.modal .btn-default:hover,
.modal .btn-default:active{
  display: flex;
  background-color: transparent;
  border: none;
  color: #8B0024;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 24px;
}

#ICRCSaveButton:focus,
.btn-group .btn-default:focus,
.input-group .btn-default:focus,
.modal .btn-default:focus{
  outline: none;
}

.btn-group .btn-default:focus, 
.btn-group .btn-default:active:focus,
.input-group .btn-default:focus, 
.input-group .btn-default:active:focus,
.modal .btn-default:focus, 
.modal .btn-default:active:focus{
  background-color: transparent;
  color: #8B0024;
  border: 1px solid #CC8699;
  outline: none !important;
}

#ICRCSaveButton svg{
  margin-right: 8px;
}

.btn-group .btn-success,
.input-group .btn-primary,
.modal .btn-primary,
.actions .btn-primary,
.form-action-container-left .btn-primary{
  background-color: #8B0024;
  border-color: #8B0024;
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
}

.btn-group .btn-success:hover,
.input-group .btn-primary:hover,
.modal .btn-primary:hover,
.actions .btn-primary:hover,
.form-action-container-left .btn-primary:hover{
  background-color: #950032;
  border-color: #950032;
}

.btn-group .btn-success:active,
.input-group .btn-primary:active,
.modal .btn-primary:active,
.actions .btn-primary:active,
.form-action-container-left .btn-primary:active{
  background-color: #7A0029;
  border-color: #7A0029;
}

.btn-group .btn-success:focus, 
.btn-group .btn-success:active:focus,
.input-group .btn-primary:focus, 
.input-group .btn-primary:active:focus,
.modal .btn-primary:focus,
.modal .btn-primary:active:focus,
.actions .btn-primary:focus,
.actions .btn-primary:active:focus,
.form-action-container-left .btn-primary:focus,
.form-action-container-left .btn-primary:active:focus{
  background-color: #8B0024;
  border: 1px solid #CC8699;
  outline: none;
}

.crmEntityFormView .actions{
  padding: 0;
  border: none;
}

.modal .modal-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #3D3D3D;
  padding: 15px;
}

.section-title h3{
  color: #3D3D3D;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  padding: 0 28px 20px;
}

.drop_language_code{
  text-transform: uppercase;
}

.view-empty.message{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.view-empty.message span{
  color: #707070 !important;
}

#navbar .dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#languageNav{
  display: flex;
}

#navbar #languageNav .dropdown svg path{
  fill: #707070;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #fff !important;
}

#navbar .dropdown-toggle,
#navbar .dropdown-toggle:hover,
#navbar .dropdown-toggle:focus{
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none !important;
  margin-left: 3px;
  background-color: transparent !important;
  outline: none;
  border: none !important;
  padding-left: 3px;
  padding-top: 0;
  padding-bottom: 0;
}

.changeLang{
  text-decoration: none !important;
  color: #707070 !important;
}

.changeLang:hover,
.changeLang:focus{
  background-color: #8b0024 !important;
  color: white !important;
}

.changeLang.active{
  text-decoration: none;
  color: #3d3d3d !important;
  pointer-events: none;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a.navigationBtn{
  background-color: #F6EFE2;
  text-decoration: none !important;
  color: #8b0024 !important;
  border-radius: 47px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.navbar-inverse .navbar-nav > li > a.navigationBtn:hover,
.navbar-inverse .navbar-nav > li > a.navigationBtn:focus{
  background-color: #8b0024 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
}

.navbar-inverse .navbar-nav >li.onlyMobileBtn>a.navigationBtn:hover,
.navbar-inverse .navbar-nav >li.onlyMobileBtn>a.navigationBtn:focus{
  background-color: #F6EFE2 !important;
  color: #8b0024 !important;
}

.navbar-inverse .navbar-nav > li:not(.onlyMobileBtn) > a.navigationBtn:hover svg path,
.navbar-inverse .navbar-nav > li:not(.onlyMobileBtn) > a.navigationBtn:focus svg path{
  fill: #fff !important;
}

.navbar-inverse .navbar-nav > li > a.navigationBtn svg{
  margin-right: 10px;
}

.navbar-static-top.navbar-inverse{
  display: flex;
  align-items: center;
  min-height: 96px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

ul.nav.navbar-nav.weblinks li {
  padding: 0 8px;
}

.dropdown-toggle .drop_language, .dropdown-toggle i{
  display: none;
}

.dropdown-toggle .drop_language_code{
  display: block;
}

.navbar-inverse nav[aria-label="Main Navigation"]{
  display: none;
}

.navbar-inverse nav[aria-label="Main Navigation"].active{
  border-top: 1px solid #DBDBDB;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: right;
  z-index: 1000;
  padding: 10px 25px;
}

.navbar-inverse nav[aria-label="Language Navigation"] .onlyMobileBtn .navigationBtn svg{
  margin-right: 0;
}

.navbar-inverse nav[aria-label="Language Navigation"] .onlyMobileBtn .navigationBtn i{
  display: none;
}

.navbar-inverse nav[aria-label="Language Navigation"].active .onlyMobileBtn .navigationBtn i{
  display: block;
}

.navbar-inverse nav[aria-label="Language Navigation"].active .onlyMobileBtn .navigationBtn svg{
  display: none;
}

.mobile-header{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.mobile-header img{
  height: 33px; 
  padding-right: 10px;
  width: auto;
}

.mobile-header .mobile-header-text{
  max-width: 27%;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  white-space: normal;
  color: black;
  font-size: 12px;
}

.mobile-header .mobile-header-text:last-child{
  border-left: 1px solid black;
  padding-left: 8px;
}

.mobile-header .mobile-header-text:last-child span{
  font-weight: 600;
  color: #3D3D3D;
}

#overlayMobile{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgb(0 0 0 / 35%);
}

#overlayMobile.active{
  display: block;
}

input[type="file"]{
  width: 100%;
}

input[type="file"]::-webkit-file-upload-button {
display: none;
}

input[type="file"]::before {
text-transform: uppercase;
color: #8b0024;
content: '+ Select a file';
display: inline-block;
border-radius: 3px;
padding: 5px 8px;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
text-shadow: 1px 1px #fff;
font-weight: 600;
font-size: 18px;
line-height: 20px;
}

#core_isrequestonbehalf,
#core_isexactdate, 
#core_isexactdateoflastnews {
    display: flex;
}

#core_isrequestonbehalf input[type="radio"],
#core_isexactdate input[type="radio"],
#core_isexactdateoflastnews input[type="radio"]{
    order: 2;
}

#core_isrequestonbehalf label[for="core_isrequestonbehalf_0"],
#core_isexactdate label[for="core_isexactdate_0"],
#core_isexactdateoflastnews label[for="core_isexactdateoflastnews_0"]{
    order: 2;
}

#core_isrequestonbehalf input[type="radio"]:nth-of-type(2),
#core_isexactdate input[type="radio"]:nth-of-type(2),
#core_isexactdateoflastnews input[type="radio"]:nth-of-type(2) {
    order: 1;
}

#core_isrequestonbehalf label[for="core_isrequestonbehalf_1"],
#core_isexactdate label[for="core_isexactdate_1"],
#core_isexactdateoflastnews label[for="core_isexactdateoflastnews_1"] {
    order: 1;
}

@media screen and (max-width: 768px){

  .navbar .container{
      width: 100%
  }

  .navbar-header{
      max-width: 80%;
  }

  #navbar .dropdown-toggle, 
  #navbar .dropdown-toggle:hover,
  #navbar .dropdown-toggle:focus{
      padding-right: 0 !important;
  }

  .section-title h3{
      padding: 0 0 20px;
      font-size: 22px;
      line-height: 28px;
  }
}

@media screen and (min-width: 767px){
  .dropdown-toggle .drop_language, .dropdown-toggle i{
      display: inline;
  }

  .dropdown-toggle .drop_language_code{
      display: none;
  }

  .navbar-inverse nav[aria-label="Main Navigation"]{
      display: block;
  }

  .navbar-inverse nav[aria-label="Language Navigation"] .onlyMobileBtn{
      display: none;
  }

  .mobile-header img{
      height: 45px; 
  }

  .mobile-header .mobile-header-text{
      font-size: 15px;
  }
}

@media screen and (min-width: 1199px){
  .changeLang.active{
      background-color: #8b0024 !important;
      color: white !important;
  }
}

/******CC Container********/

.cc-container{
  background-color: #F6EFE2; 
  padding: 16px; 
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.cc-container div {
  margin: 0 5px;
}

.cc-container p{
  font-size: 14px;
  line-height: 16px;
  color: #3D3D3D;
}

.cc-container p#cc-languages-available{
  font-weight: 600;
}

.videoLanguage{
  margin: 0 5px;
  text-decoration: underline;
  color: #3D3D3D;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
}

/*******Videos*********/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object, 
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/*******Language Prompt*********/

#myModal.modal{
  padding-right: 0 !important;
}

#myModal.modal-body{
  padding: 0;
}

#myModal .select-language-container{
  padding: 40px 0;
}

#myModal .header-logo{
  display: flex;
  text-align: center;
  padding: 50px 0;
  width: 100%;
  background-color: transparent;
  justify-content: center;
}

#myModal .header-logo a{
  text-decoration: none;
  justify-content: center;
  text-align: left;
}

#myModal #select-language-header{
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #8B0024;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#myModal .select-language-buttons{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}

#myModal .select-language-buttons button{
  border: 2px solid #8B0024;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #8B0024;
  width: 300px;
  margin: 5px;
}

#myModal .select-language-buttons button:hover,
#myModal .select-language-buttons button:active,  
#myModal .select-language-buttons button:active:hover, 
#myModal .select-language-buttons button:active:focus{
  background-color: #950032;
  color: white;
  border-color: #950032;
}

#myModal .select-language-text{
  padding: 20px;
}

#myModal .select-language-text p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #3D3D3D;
}

@media screen and (min-width: 768px){
  #myModal #select-language-header{
      font-size: 36px;
      line-height: 40px;
  }

  #myModal .select-language-text p{
      font-size: 18px;
      line-height: 24px;
  }

  #myModal .select-language-buttons{
      flex-direction: row;
  }
}

/*******Logged in Banner*********/
.logged-in-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #355A50;
  background-color: #F1F4F3;
  padding: 15px;
}

.logged-in-banner svg{
  margin-right: 5px;
}

@media screen and (min-width: 768px){
  .logged-in-banner {
      justify-content: center;
      padding: 20px;
  }
}
/*******Progress Saved Banner*********/

.progress-saved-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #355A50;
  background-color: #F1F4F3;
  padding: 15px;
}

.progress-saved-banner svg{
  margin-right: 5px;
}

@media screen and (min-width: 768px){
  .progress-saved-banner {
      justify-content: center;
      padding: 20px;
  }
}

 
  #loader-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #8B0024;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .sliding-popup-bottom {
    background-color: #dbdbdb;
    width: 100%;
    position: fixed;
    z-index: 99999;
    text-align: center;
    display: none;
  }
  
  .eu-cookie-compliance-banner {
      margin: 0 auto;
      max-width: 1260px;
      box-sizing: content-box;
      padding: 0 24px;
  }
  
  .eu-cookie-compliance-content {
      margin: unset;
      max-width: unset;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      text-align: left;
      padding: 15px 0;
  }
  
  .eu-cookie-compliance-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.15;
    color: black;
  }
  
  .eu-cookie-compliance-content a{
    color: #8B0024
  }
  
  .eu-cookie-compliance-message,
  .eu-cookie-compliance-buttons {
    float: unset;
    max-width: unset;
  }
  
  .eu-cookie-compliance-buttons {
    display: flex;
    gap: 12px;
    margin: 14px 0;
  }
  
  .agree-button,
  .decline-button {
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    padding: 12px 24px;
    white-space: nowrap;
  }
  
  .agree-button:focus-visible,
  .decline-button:focus-visible {
    border: 4px solid #8B0024;
    outline: none;
  }
  
  .agree-button {
    background-color: #8B0024;
    color: white;
    text-transform: none;
  }
  
  .agree-button:hover,
  .agree-button:active,
  .agree-button:focus,
  .agree-button:active:focus {
    background-color: #a8002b;
  }
  
  .decline-button {
    background-color: transparent;
    color: #8B0024;
    border: 2px solid #8B0024;
    text-transform: none;
  }
  
  .decline-button:hover,
  .decline-button:active,
  .decline-button:focus,
  .decline-button:active:focus {
    color: #a8002b;
    border-color: #a8002b;
    background-color: white;
  }
  
  @media screen and (min-width: 768px){
    .eu-cookie-compliance-content {
      flex-direction: row;
    }
  }